home *** CD-ROM | disk | FTP | other *** search
- # This is a description of the wimp interface for Gnu diff3
-
- tool_details_start
- name "Diff3";
- command_is "Diff3";
- version "1.15";
- wimpslot 128k;
- has_extended_cmdline;
- tool_details_end
-
-
- metaoptions_start
- has_auto_save "Merged" from icn 3;
- has_text_window;
- has_summary_window;
- metaoptions_end
-
-
- fileoutput_start
- output_option_is ">";
- output_dft_string "Merged";
- output_dft_is produces_no_output;
- fileoutput_end
-
- dbox_start
- icons_start
- icn 3 maps_to string not_saved;
- icn 5 maps_to string not_saved;
- icn 7 maps_to string not_saved;
- icn 10 maps_to "-e"; # ed script
- icn 11 maps_to "-m" produces_output; # merge
- icn 12 maps_to "-3"; # no overlaps
- icn 13 maps_to "-x"; # overlaps only
- icons_end
-
- defaults
- icn 3 "",
- icn 5 "",
- icn 7 "",
- icn 10 off,
- icn 11 on,
- icn 12 off,
- icn 13 off;
-
- imports_start
- drag_to icn 3 inserts icn 3;
- drag_to icn 5 inserts icn 5;
- drag_to icn 7 inserts icn 7;
- drag_to iconbar inserts icn 3;
- imports_end
- dbox_end
-
-
- menu_start
- "Force comparison" maps_to "-a";
- "File label" maps_to "" sub_menu " Label: " 255 prefix_by "-L";
- "Add write command" maps_to "-i";
- "Flag overlapping changes" maps_to "-f";
-
- defaults
- menu 1 off, # Force comparison (-a)
- menu 2 off sub_menu "", # File label (-L)
- menu 3 off, # Add write command (-i)
- menu 4 on; # Flag overlapping changes (-f)
- menu_end
-
-
- deselections_start
- icn 10 deselects icn 11;
- icn 11 deselects icn 10;
- deselections_end
-